ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexRadar<T> Class / StartAngle Property

In This Topic
    StartAngle Property (FlexRadar<T>)
    In This Topic
    Gets or sets the starting angle for the radar, in degrees. Angles are measured clockwise, starting at the 12 o'clock position.
    Syntax
    'Declaration
     
    Public Property StartAngle As Integer
    public int StartAngle {get; set;}
    See Also